projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da25f8f
)
gtkcontainer: Remove unused GtkForeachData struct
author
Javier Jardón
<jjardon@gnome.org>
Thu, 27 May 2010 01:37:32 +0000
(
03:37
+0200)
committer
Javier Jardón
<jjardon@gnome.org>
Thu, 27 May 2010 01:37:32 +0000
(
03:37
+0200)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619672
gtk/gtkcontainer.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcontainer.c
b/gtk/gtkcontainer.c
index 3e1fa7528e72ba8fd41df6becb373dfaa000366d..d1e8da5969749698b7da359a6148a8ebe6623d7c 100644
(file)
--- a/
gtk/gtkcontainer.c
+++ b/
gtk/gtkcontainer.c
@@
-1530,14
+1530,6
@@
gtk_container_foreach (GtkContainer *container,
class->forall (container, FALSE, callback, callback_data);
}
-typedef struct _GtkForeachData GtkForeachData;
-struct _GtkForeachData
-{
- GtkObject *container;
- GtkCallbackMarshal callback;
- gpointer callback_data;
-};
-
/**
* gtk_container_set_focus_child:
* @container: a #GtkContainer